Value | Meaning |
---|---|
AINPUT_MOTION_RANGE_XAMOTION_EVENT_AXIS_X | x |
AINPUT_MOTION_RANGE_YAMOTION_EVENT_AXIS_Y | y |
AINPUT_MOTION_RANGE_PRESSUREAMOTION_EVENT_AXIS_PRESSURE | pressure |
AINPUT_MOTION_RANGE_SIZEAMOTION_EVENT_AXIS_SIZE | size |
AINPUT_MOTION_RANGE_TOUCH_MAJORAMOTION_EVENT_AXIS_TOUCH_MAJOR | touch major |
AINPUT_MOTION_RANGE_TOUCH_MINORAMOTION_EVENT_AXIS_TOUCH_MINOR | touch minor |
AINPUT_MOTION_RANGE_TOOL_MAJORAMOTION_EVENT_AXIS_TOOL_MAJOR | tool major |
AINPUT_MOTION_RANGE_TOOL_MINORAMOTION_EVENT_AXIS_TOOL_MINOR | tool minor |
AINPUT_MOTION_RANGE_ORIENTATIONAMOTION_EVENT_AXIS_ORIENTATION | orientation |
Constants used to retrieve information about the range of motion for a particular coordinate of a motion event.
Refer to the documentation on android.view.InputDevice for more details about input sources and their correct interpretation.
@deprecated These constants are deprecated. Use {@link AMOTION_EVENT_AXIS AMOTION_EVENT_AXIS_*} constants instead.